Document that a size of (GtkIconSize)-1 means don't scale.
authorOwen Taylor <otaylor@redhat.com>
Wed, 30 Jan 2002 00:08:41 +0000 (00:08 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 30 Jan 2002 00:08:41 +0000 (00:08 +0000)
commit6488296fc00b72f4028ebf631366cda1d2b8db6a
treed30966de1d1a4d00ff5045d43409d5a406fcc93d
parent708b3f408d6279924faa5c8afae8c587e122eb58
Document that a size of (GtkIconSize)-1 means don't scale.

Tue Jan 29 19:04:41 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkstyle.c (gtk_style_render_icon): Document that
        a size of (GtkIconSize)-1 means don't scale.

        * gtk/gtkstyle.c (gtk_default_render_icon): Obey the
        -1 convention.

        * gtk/gtkimage.c (gtk_image_expose): Pass in -1 to
        gtk_style_render_icon() to make sure that we catch it
        obviously if the style's render function tries to
        scale.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkimage.c
gtk/gtkstyle.c